Как использовать компонент Symfony Console для создания пользовательской команды?
Чтобы создать пользовательскую команду в компоненте Symfony's Console, вам сначала нужно создать новый PHP-класс, который расширяет класс Command. Этот класс должен быть расположен в каталоге bundle. В этом классе настройте имя команды, аргументы и опции в методе configure(). Реализуйте логику команды в методе execute().
После создания команды зарегистрируйте ее как сервис, пометив console.command в файле конфигурации сервисов. Теперь вы можете запускать команду из консоли, используя ее имя, заданное в $defaultName.
Как использовать компонент Symfony Console для создания пользовательской команды?
Чтобы создать пользовательскую команду в компоненте Symfony's Console, вам сначала нужно создать новый PHP-класс, который расширяет класс Command. Этот класс должен быть расположен в каталоге bundle. В этом классе настройте имя команды, аргументы и опции в методе configure(). Реализуйте логику команды в методе execute().
После создания команды зарегистрируйте ее как сервис, пометив console.command в файле конфигурации сервисов. Теперь вы можете запускать команду из консоли, используя ее имя, заданное в $defaultName.
BY Библиотека собеса по PHP | вопросы с собеседований
Some messages aren’t supposed to last forever. There are some Telegram groups and conversations where it’s best if messages are automatically deleted in a day or a week. Here’s how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This won’t affect the messages that were sent before enabling the feature.
NEWS: Telegram supports Facetime video calls NOW!
Secure video calling is in high demand. As an alternative to Zoom, many people are using end-to-end encrypted apps such as WhatsApp, FaceTime or Signal to speak to friends and family face-to-face since coronavirus lockdowns started to take place across the world. There’s another option—secure communications app Telegram just added video calling to its feature set, available on both iOS and Android. The new feature is also super secure—like Signal and WhatsApp and unlike Zoom (yet), video calls will be end-to-end encrypted.
Библиотека собеса по PHP | вопросы с собеседований from no